In This Topic
Sets the orientation of the cutting plane. Exactly one of the values must be null, indicating an initial state of the cutting plane that is perpendicular to the corresponding axis and clipping all geometry on the positive side of that axis. The other two values must be numbers indicating the rotation of the plane, in degrees, around their corresponding axes. The order in which these rotations are applied should match the order in which the values appear in the array.
Syntax
public void setOrientation(
java.lang.Object[]
)
|
Parameters
- orientation
- A three-element array specifying the orientation of the cutting plane in world space, where each value represents the orientation in relation to the X, Y, and Z axes.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When orientation parameter does not have 3 elements. |
See Also